home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / win / agrep301.zip / AGREP.TXT < prev    next >
Text File  |  1994-03-14  |  3KB  |  77 lines

  1. AGrep Search Engine v3.0       26nd February 1994       (C) Yves Roumazeilles
  2. ─────────────────────────────────────────────────────────────────────────────
  3.  
  4. The AGrep Search Engine is a text search DLL to be used with any kind of
  5. Windows application. It has two possibilities:
  6.  
  7. - approximative search based on Baeza-Yates algorithm to find a pattern
  8. which is only partly known (also known as search with erroneous
  9. patterns). For example, you can search for "pattern" with 1 error (at
  10. most) and it will match "pattern", "pittern" and "Pattern" while
  11. stepping over "lantern" (2 errors).
  12.  
  13. - search modelled on the Unix utility named GREP. It is particularly
  14. useful for complex searching with the help of its specific search
  15. "language" to describe the pattern you look for. For example, you can
  16. search for "^pattern" to look for "pattern" at the beginning of a line;
  17. or for "[pl]a[nt]tern" to look for either "pattern" or "lantern". Look
  18. into the Help file for an extensive description of the pattern language.
  19.  
  20. Both are particularly useful to improve greatly the search capability of
  21. an existing tool such as a text editor, a data base search engine, etc.
  22.  
  23.  
  24. The Windows help file gives detailed information about using it.
  25.  
  26. File List:
  27.  
  28.    AGREP.DLL    Basic DLL
  29.    AGREP.HLP    Help for programmer (function description)
  30.    AGREP.TXT    This file
  31.    AGREP.H      For C programmers
  32.    BITLIST.H
  33.    AGREP.LIB
  34.  
  35.    CLUSTER.TXT  Description of the ClusterView Windows application
  36.    BITLIST.TXT  Description of the BitList Engine
  37.    ORDER.TXT    Minimal order form
  38.  
  39.  
  40. To install The AGrep Search Engine, simply put the files AGREP.DLL and
  41. AGREP.HLP in any directory already included in your path (C:\WINDOWS
  42. suggested). If you already have an earlier version of the AGrep Search
  43. Engine, replace its old AGREP.DLL file by the new one.
  44.  
  45. Place AGREP.H, BITLIST.H and AGREP.PAS in your include file directory
  46. (see your compiler documentation) and AGREP.LIB in your library
  47. directory (see your compiler/linker documentation).
  48.  
  49. If Windows cannot find the DLL when the application is run, make sure it
  50. is in a directory on your path, and try again.
  51.  
  52.  
  53. The AGrep Search Engine is shareware. It it not Public Domain or Free. 
  54. See the help file for shareware information and extensive description of
  55. the registration steps (including a number of registration sites
  56. accepting 800-calls or credit cards).
  57.  
  58. If you cannot find the Help file and its registration forms, use the
  59. minimal form file ORDER.DOC and mail it with your payment to the address
  60. shown.
  61.  
  62.  
  63. If you find the AGrep Search Engine useful, do the decent thing and register!
  64.  
  65.  
  66.  
  67. In return you will receive:
  68.     - a registration number to identify yourself,
  69.     - the full AGrep Search Engine (in its latest version)
  70.     - extensive documentation
  71.     - source code of the help files which can be modified to build
  72.       your own application help file
  73.     - source code for some useful resources that can be included in
  74.       your own application
  75.     - sample files for various languages
  76.     - support thru Email and Fax
  77.